{% extends 'base.html' %} {% load static %} {% block title %}Login - NEPSE Stock Forecasting{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
NEPSE Stock Forecasting System
Login failed!
{% for field, errors in form.errors.items %} {% for error in errors %}{{ error }}
{% endfor %} {% endfor %}